home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 13 / AMIGAplus Sonderheft 13 (1998)(ICP)(DE)[!].iso / rexx / sctofinalcalc.scrx < prev    next >
Text File  |  1997-11-01  |  267b  |  19 lines

  1. /*     SciCalc Scientific Calculator
  2.     by Brian Savage copyright 1997
  3.  
  4.     Arexx script to paste value from SciCalc display into the current
  5.     cell of FinalCalc. Will return an error if FinalCalc is not running.
  6.  
  7. */
  8.  
  9. options results
  10.  
  11. getval
  12.  
  13. address fcalc.1
  14.  
  15. store result
  16.  
  17.  
  18.  
  19.